@import url("//hello.myfonts.net/count/2dfe34");

@font-face {
    font-family: 'museo700';
    src: url('webfonts/2DFE34_0_0.eot');
    src: url('webfonts/2DFE34_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2DFE34_0_0.woff2') format('woff2'),url('webfonts/2DFE34_0_0.woff') format('woff'),url('webfonts/2DFE34_0_0.ttf') format('truetype');
}

@font-face {
    font-family: 'museo300';
    src: url('webfonts/2DFE34_1_0.eot');
    src: url('webfonts/2DFE34_1_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2DFE34_1_0.woff2') format('woff2'),url('webfonts/2DFE34_1_0.woff') format('woff'),url('webfonts/2DFE34_1_0.ttf') format('truetype');
}

@font-face {
    font-family: 'museo500';
    src: url('webfonts/2DFE34_3_0.eot');
    src: url('webfonts/2DFE34_3_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2DFE34_3_0.woff2') format('woff2'),url('webfonts/2DFE34_3_0.woff') format('woff'),url('webfonts/2DFE34_3_0.ttf') format('truetype');
}

@font-face {
    font-family: 'museo100';
    src: url('webfonts/2DFE34_4_0.eot');
    src: url('webfonts/2DFE34_4_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2DFE34_4_0.woff2') format('woff2'),url('webfonts/2DFE34_4_0.woff') format('woff'),url('webfonts/2DFE34_4_0.ttf') format('truetype');
}

@font-face {
    font-family: 'museo900';
    src: url('webfonts/2DFE34_9_0.eot');
    src: url('webfonts/2DFE34_9_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2DFE34_9_0.woff2') format('woff2'),url('webfonts/2DFE34_9_0.woff') format('woff'),url('webfonts/2DFE34_9_0.ttf') format('truetype');
}


/* -----------------------------------
	BASE
----------------------------------- */

/* body {
    margin: 0px;
    line-height: 1.45;
    background: #fff;
    color: #282828;
    font-family: 'museo300', sans-serif;
    font-size: 16px;
}

a {
    text-decoration: underline;
    /*color: #00467f;
}
*/

/*
    a:hover {
        text-decoration: none;
        color: #B38807;
    }
*/

/* 
img {
    border: none;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

p, ul, ol {
    margin: 15px auto;
}

article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
    display: block;
} 

 */

/* em {
    text-decoration: underline;
    font-style: italic;
}

strong {
    font-family: 'museo500', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'museo300', sans-serif;
    text-transform: uppercase;
    margin: 10px auto;
    font-weight: normal;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

.container {
    width: 960px;
    margin: 0 auto;
} */

.clearfix {
}

    .clearfix:before, .clearfix:after {
        content: '';
        display: table;
    }

    .clearfix:after, .clear {
        clear: both;
    }



.all-calculators {
    width: 100%;
    max-width: 936px;
    margin: 0 auto;
}

    .all-calculators > div:nth-child(odd) {
        float: left;
    }

    .all-calculators > div:nth-child(even) {
        float: right;
    }

    .all-calculators .calc-box {
        width: 44%;
        padding: 0 1%;
        background: #636363 url(../images/icon_calc.png) no-repeat;
        background-position: 10% 50%;
        ;
        border-radius: 8px;
        margin-bottom: 20px;
        height: 150px;
        line-height: 150px;
        text-align: center;
        overflow: hidden;
        position: relative;
    }

        .all-calculators .calc-box a {
            color: #282828;
        }

        .all-calculators .calc-box:hover {
            background: #ebebeb;
        }

.calc-box .hover {
    line-height: 1.45;
    display: inline-block;
    vertical-align: middle;
    /* transition: all 1s; */
    opacity: 0;
}

    .calc-box .hover .title {
        font-family: 'museo500', sans-serif;
        font-size: 14px;
        margin: 0;
    }

    .calc-box .hover .desc {
        margin: 0;
        font-size: 13px;
    }

.calc-box .regular {
    line-height: 1.45;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    opacity: 1;
    transition: all 1s;
    -webkit-transition: all 1s;
}

    .calc-box .regular .title {
        margin: 0;
		font-size: 24px;
    }

    .calc-box .regular .desc {
        margin: 0;
        text-transform: uppercase;
        font-size: 12px;
        font-family: 'museo500', sans-serif;
    }

.all-calculators .calc-box:hover .hover {
    opacity: 1;
}

.all-calculators .calc-box:hover .regular {
    opacity: 0;
}


/* -- ADJUST BOX -- hover locked font-size: 24px; -- */

.calc-box.locked:hover::before {
    content: '';
	font-size: 24px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(235,235,235,0.8);
}

.calc-box.locked:hover::after {
    content: 'COMING SOON!';
    position: absolute;
    top: 73%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-family: 'museo700', sans-serif;
    padding-top: 40px;
    background: transparent url(../images/icon_lock.png) no-repeat top center;
}

.calc-box a {
    text-decoration: none;
}

 
 
	/*Harshad 18.02.2017*/
input::-ms-clear { display: none; }
/*Harshad 18.02.2017*/